home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / c / complete_chess_system / completechessystemv1.6b.dms / in.adf / CCS / Pieces.256 / Wood.SET < prev   
Encoding:
Text File  |  1994-11-02  |  610 b   |  31 lines

  1. ;;;;;;
  2. ;
  3. ; Wood.SET - Board co-ords
  4. ; (C) CP Software 1994
  5. ;
  6. ; Users should only play around with this file when wearing Peril-
  7. ; sensitive sunglasses...!
  8. ;
  9. ;;;;;;
  10.  
  11. ; Firstly the x ords of the front edge
  12. 53  119 186 252 319 387 453 521 586
  13.  
  14. ; Now the x ords of the back edge
  15. 150 193 236 278 319 362 405 447 490
  16.  
  17. ; The y ords (front to back)
  18. 235 208 183 161 141 125 109 95  80
  19.  
  20. ; misc. values
  21. ; 1 2D Square width
  22. ;   2 2D Square height
  23. ;       3 Squ hilight colour
  24. 56  30  161 42  42  42  42  42  42
  25.  
  26. ; Palette values for background colours
  27. ; 3d rgb first, then 2d rgb
  28. 164 164 164 164 164 164 42  42  42 
  29.  
  30.  
  31. ;EOF